github.com/klauspost/compress/flate.huffmanBitWriter.writeCode (method)
14 uses
github.com/klauspost/compress/flate (current package)
huffman_bit_writer.go#L199: w.writeCode(w.literalEncoding.codes[endBlockMarker])
huffman_bit_writer.go#L421: func (w *huffmanBitWriter) writeCode(c hcode) {
huffman_bit_writer.go#L483: w.writeCode(w.codegenEncoding.codes[codeWord])
huffman_bit_writer.go#L508: w.writeCode(w.literalEncoding.codes[endBlockMarker])
huffman_bit_writer.go#L537: w.writeCode(w.literalEncoding.codes[endBlockMarker])
huffman_bit_writer.go#L562: w.writeCode(w.literalEncoding.codes[endBlockMarker])
huffman_bit_writer.go#L633: w.writeCode(w.literalEncoding.codes[endBlockMarker])
huffman_bit_writer.go#L645: w.writeCode(w.literalEncoding.codes[endBlockMarker])
huffman_bit_writer.go#L674: w.writeCode(w.literalEncoding.codes[endBlockMarker])
huffman_bit_writer.go#L875: w.writeCode(lengths[lengthCode])
huffman_bit_writer.go#L922: w.writeCode(offs[offsetCode])
huffman_bit_writer.go#L969: w.writeCode(leCodes[endBlockMarker])
huffman_bit_writer.go#L1063: w.writeCode(w.literalEncoding.codes[endBlockMarker])
huffman_bit_writer.go#L1170: w.writeCode(w.literalEncoding.codes[endBlockMarker])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |